ActionBarContainer

This class acts as a container for the action bar view and action mode context views. It applies special styles as needed to help handle animated transitions between them.

Constructors

Link copied to clipboard
constructor(context: Context)
constructor(context: Context, attrs: AttributeSet)

Functions

Link copied to clipboard
open fun getTabContainer(): View
Link copied to clipboard
Link copied to clipboard
open fun onFinishInflate()
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun onLayout(changed: Boolean, l: Int, t: Int, r: Int, b: Int)
Link copied to clipboard
open fun onMeasure(widthMeasureSpec: Int, heightMeasureSpec: Int)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun setTransitioning(isTransitioning: Boolean)
Set the action bar into a "transitioning" state.
Link copied to clipboard
open fun setVisibility(visibility: Int)
Link copied to clipboard